home *** CD-ROM | disk | FTP | other *** search
-
- *** REVISION HISTORY ***
-
- This file contains notes regarding changes to RES since its initial
- release.
-
-
- Legend:
- + Addition or improvement.
- ! Changed feature.
- - Bug fix.
- * New information.
-
-
- ---------------------------------------------------------------------------
- RES version 1.04, released Tuesday 30 August 1994
- ---------------------------------------------------------------------------
-
- * RES's internal memory allocation function, allocMem(), has been
- renamed to _resAllocMem(), thus avoiding name conflicts.
-
- + RES's internal memory allocation function is now accessed through a
- function pointer named resAllocMem(). Thus, it is possible to change
- the memory allocation function used by RES.
-
- - Fixed a bug which would, at times, cause Resource::extract() to report
- failure when, in fact, it had been successful.
-
- - Fixed a bug which would, under certain circumstances, cause multiple
- copies of the same file to exist in one resource.
-
- ! The ErrorReporter class now uses a function of type void to report
- errors. The return value wasn't being used anyway.
-
-
- ---------------------------------------------------------------------------
- RES version 1.03, released Friday 26 August 1994
- ---------------------------------------------------------------------------
-
- - Fixed a bug which caused some files greater than 64 kb in size to be
- handled incorrectly.
-
- - Fixed a bug which caused every file error to be reported twice.
-
- + When in 32-bit protected mode, file reads and writes of 64 kb or more
- are now done with a single call. There should be a slight performance
- improvement.
-
- - Fixed a possible bug in the file management class which would, under
- very rare circumstances (if at all), incorrectly report success or
- failure.
-
-
- ---------------------------------------------------------------------------
- RES version 1.02, released Monday 18 July 1994
- ---------------------------------------------------------------------------
-
- * ADDED PROMINENT NOTICES IN SEVERAL LOCATIONS, STATING THAT USERS USING
- A BORLAND COMPILER **MUST** DISABLE THE "FAR VIRTUAL TABLES" AND
- "UNSIGNED CHARACTERS" OPTIONS IN ORDER TO USE RES. FAILURE TO DO SO
- WILL CAUSE LINKER ERRORS.
-
-
- ---------------------------------------------------------------------------
- RES version 1.01, released Sunday 15 May 1994
- ---------------------------------------------------------------------------
-
- - RES.EXE can now create resources usable by code compiled by GNU C++.
-
- ! The resource file format is now the same for all compilers; the
- problem I was having byte-aligning structure members with GNU C++ has
- been solved.
-
- + Added the REVISION.HST file.
-
-
- ---------------------------------------------------------------------------
- RES version 1.00, released Saturday 30 April 1994
- ---------------------------------------------------------------------------
-
- * First public release.
-
-
-
- End of document.
-